ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.TagHelpers Namespace / InputDateBaseTagHelper<TControl> Class / HandleWheel Property

In This Topic
    HandleWheel Property (InputDateBaseTagHelper<TControl>)
    In This Topic
    Configurates C1.Web.Mvc.InputDateBase.HandleWheel. Sets a value that determines whether the user can edit the current value using the mouse wheel.
    Syntax
    'Declaration
     
    Public Property HandleWheel As Boolean
    public bool HandleWheel {get; set;}
    Remarks
    The default value for this property is **true**. Setting this property to **false** also disables the custom wheel handling for the control's drop-down.
    See Also